home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 683 / printfiles / english / rexx / prfdel.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-18  |  217b  |  11 lines

  1. /* printfiles Arexx Macro           */
  2. /* quit the printfiles program      */
  3.  
  4. options results
  5. if show(ports,'PRINTFILES') = 0 then exit
  6. address printfiles
  7. status
  8. if result == 'PRINTING' then quit quit
  9. else quit
  10. exit
  11.